This resource explains how computer networks work, starting with simple local networks and building up to how data travels across the internet.
This is a very simple network where each computer is connected directly to the others. There is no central device such as a switch.
This type of network can be cheap to set up for a very small business, as no switch is required.
However:
Because of this, mesh-style local networks are rarely used in practice.
In a star network, all computers connect to a central switch.
A switch is a device that receives data and forwards it only to the intended destination device.
A file server is a powerful computer that stores files and user accounts.
In a school network, this allows students to:
The switch allows computers to communicate efficiently with the file server without sending data to every device.
A router connects a local network (LAN) to external networks, such as the internet.
When a computer wants to access a website:
The router also ensures that incoming data from the internet is sent back to the correct computer.
When a web page is requested from a web server, it is split into packets.
Each packet:
Once all packets reach the client computer:
This method is called packet switching and makes the internet fast, reliable, and fault tolerant.